const github.com/klauspost/compress/flate.syncFlush

2 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L305: 	syncFlush    flushMode = iota // return data after sync flush block
		inflate.go#L631: 		if f.flushMode == syncFlush {